Instance Store

aws/compute aws/storage

💡 Definition

Instance Store provides temporary block-level storage for your EC2 instance. This storage is located on disks that are physically attached to the host computer.

🔑 Key Concepts

⚙️ How it Works

Some EC2 Instance Types come with pre-configured instance store volumes. When you launch such an instance, the instance store is automatically available. You can use it as a scratch disk, for temporary data, or for caching.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EC2 * EBS * Instance Types